Fix more misc spelling in MariaDB Server repository
authorOtto Kekalainen <otto@debian.org>
Tue, 28 Apr 2026 14:50:58 +0000 (22:50 +0800)
committerOtto Kekäläinen <otto@debian.org>
Tue, 2 Jun 2026 00:02:02 +0000 (00:02 +0000)
Fixes following Lintian nags:

    X: mariadb-plugin-connect: spelling-error-in-binary Exeption Exception [usr/lib/mysql/plugin/ha_connect.so]
    X: mariadb-client-core: spelling-error-in-binary specifiying specifying [usr/bin/mariadb-migrate-config-file]

Forwarded: https://github.com/MariaDB/server/pull/5031, https://github.com/MariaDB/server/pull/5163

Gbp-Pq: Name Fix-more-misc-spelling-in-MariaDB-Server-repository.patch

extra/mariadb_migrate_config_file.c
storage/connect/odbconn.cpp

index a69e8fdfa4196115704fe719ac1c7c96cd151c1d..34e63b4eb22f7925d67fad7002aeff3584b738bb 100644 (file)
@@ -2079,7 +2079,7 @@ static int process_defaults(const char *conf_file,
       fprintf(stderr,
               "Cannot execute '%s' to test if the new option files "
               "works (error %d)\n"
-              "Try specifiying the full path for the MariaDB server with "
+              "Try specifying the full path for the MariaDB server with "
               "--mariadbd=...\n",
               used_name, (int) errno);
       finish_updated_files(&ctx, 1);
index 1b35bfa3607676c3b44040e26b9f8bd79366e583..10a06662b28d4a2830aa5555f143461acba53d10 100644 (file)
@@ -281,7 +281,7 @@ static CATPARM *AllocCatInfo(PGLOBAL g, CATINFO fid, PCSZ db,
                cap->Status = (UWORD *)PlugSubAlloc(g, NULL, m * sizeof(UWORD));
 
        } catch (int n) {
-               htrc("Exeption %d: %s\n", n, g->Message);
+               htrc("Exception %d: %s\n", n, g->Message);
                cap = NULL;
        } catch (const char *msg) {
                htrc(g->Message, msg);